home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / intro.dir / 00026_agree highlight.ls < prev    next >
Encoding:
Text File  |  2000-05-25  |  245 b   |  12 lines

  1. on mouseUp me
  2.   go(1, "main")
  3. end
  4.  
  5. on mouseWithin me
  6.   set the member of sprite the currentSpriteNum to member 22 of castLib "Internal"
  7. end
  8.  
  9. on mouseLeave me
  10.   set the member of sprite the currentSpriteNum to member 21 of castLib "Internal"
  11. end
  12.